Uses of Enum
edu.claflin.finder.log.LogType
Packages that use LogType
Package
Description
Contains the classes used by the programming for logging
to a file.
-
Uses of LogType in edu.claflin.finder.log
Fields in edu.claflin.finder.log with type parameters of type LogTypeModifier and TypeFieldDescriptionLogUtil.fileLogsThe HashMap used for determining which of the logging outputs are logged to a file.LogUtil.terminalLogsThe HashMap used for determining which of the logging outputs are logged to the terminal.Methods in edu.claflin.finder.log that return LogTypeModifier and TypeMethodDescriptionstatic LogTypeReturns the enum constant of this type with the specified name.static LogType[]LogType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.claflin.finder.log with parameters of type LogType